@charset "utf-8";
/* CSS Document */
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#menu {
	display:block;
	width: 100%;
}
#nav {display:block;}
#nav .mainlevel {float:left;width: 12.5%; text-align:center; display:block;}
#nav .mainlevel a {
	color:#ffffff;
	text-decoration:none;
	line-height:105px;
	height:105px;
	text-align:center;
	display:block;
	font-size: 16px;
	width: 100%;
	background-image: none;
}
#nav .mainlevel a:hover {
	color:#ffffff;
	text-decoration:none;
	background-image: url(../images/menu_li.jpg);
	background-repeat: no-repeat;
}
#nav .mainlevel ul {
	position:absolute;
	display:none;

*width:2000px;/*IE is great need, width>=li.length*/			padding-left: 10px;
	z-index: 10;
	background-image: url(../images/menu_ulbj.png);
	background-repeat: repeat-x;
}
#nav .mainlevel li {float:left;}
#nav .mainlevel li a {
	line-height:60px;
	height:60px;
	display:block;
	_padding-bottom:6px;/*IE6 only*/
	color: #dadada;
	text-align: center;
	width: 90px;
	font-size: 14px;
	background-image: none;
}
#nav .mainlevel li a:hover {
	color:#dadada;
	text-decoration:none;
	background-image: url(../images/menu_li01.jpg);
	background-repeat: no-repeat;
}
#nav li a em/*input an em tag as a space*/ {padding:0 3px;}
.note {
	color:#ffffff;
	border-right:1px solid #fff;
	display:block;
	line-height:80px;
	padding:0 3em;
	background-color: #339163;
	font-size: 14px;
}
.Triangle_con {height:9px; background:url(../images/bird.png) 36px 0 no-repeat; display:block; _margin-bottom:-6px;/*IE6 only*/}
.log {margin:100px auto; width:1000px; text-transform:capitalize; line-height:200%;}
